home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 4
/
FM Towns Free Software Collection 4 - Disc 1.iso
/
t_os
/
tie
/
src
/
config.h
next >
Wrap
Text File
|
1991-10-18
|
602b
|
32 lines
#define CONFIG_FILE "tie.cfg" /* config file のファイル名 */
#define CFG_ES_MOVE 0 /* EDIT_SCREEN の値 */
#define CFG_ES_EDIT 1
#define DEF_EDIT_SCREEN 0 /* 0:CFG_ES_MOVE 1:CFG_ES_EDIT */
#define DEF_FUNC 0 /* 0:FUNC_MOVE 1:FUNC_CHG 2:FUNC_DEL */
typedef struct
{
int edit_screen ; /* 編集画面の選択 */
int func ; /* MOVE画面の初期ファンクション */
} CONFIG ;
/*
KEY_UP
KEY_DOWN
KEY_LEFT
KEY_RIGHT
KEY_TOP
KEY_BOTTOM
KEY_DEL
KEY_BS
KEY_DEL_LEFT
KEY_DEL_RIGHT
KEY_TOP_BOTTOM
KEY_GO
KEY_ESC
*/